Toast Notification Library
Type
library
Summary
A library for displaying toasts on mobile
Description
A toast is a non-modal temporary notification displayed to the user.
Compatibility and Support
OS
android
Associated Syntax
Handler
| Name | Summary | Syntax |
|---|---|---|
| mobileToastCancel | Cancel the current toast | mobileToastCancel() |
| mobileToast | Display a toast notification | mobileToast(<pMessage>,<pDuration>) |